Created
April 12, 2009 19:48
-
-
Save solars/94124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE rdf:RDF | |
[<!ENTITY vCard "http://www.w3.org/2001/vcard-rdf/3.0#"> | |
<!ENTITY eco "http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/"> | |
]> | |
<rdf:RDF | |
xmlns:gr="http://purl.org/goodrelations/v1#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:owl="http://www.w3.org/2002/07/owl#" | |
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" | |
xmlns:eco="http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/#" | |
xmlns="http://example.com/semanticweb#" | |
xml:base="http://example.com/semanticweb"> | |
<owl:AnnotationProperty rdf:about="&vCard;ADR"/> | |
<owl:AnnotationProperty rdf:about="&vCard;Street"/> | |
<owl:AnnotationProperty rdf:about="&vCard;Pcode"/> | |
<owl:AnnotationProperty rdf:about="&vCard;City"/> | |
<owl:AnnotationProperty rdf:about="&vCard;Country"/> | |
<owl:AnnotationProperty rdf:about="&vCard;TEL"/> | |
<owl:AnnotationProperty rdf:about="&vCard;EMAIL"/> | |
<owl:Ontology rdf:about=""> | |
<owl:imports rdf:resource="http://purl.org/goodrelations/v1"/> | |
<rdfs:label xml:lang="en">RDF/XML data for testname, based on http://purl.org/goodrelations/</rdfs:label> | |
</owl:Ontology> | |
<gr:BusinessEntity rdf:ID="BusinessEntity"> | |
<gr:legalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">testname</gr:legalName> | |
<rdfs:seeAlso rdf:resource="http://example.com"/> | |
<vCard:ADR rdf:parseType="Resource"> | |
<vCard:Street>street</vCard:Street> | |
<vCard:Pcode>23049</vCard:Pcode> | |
<vCard:City>innaveuxk</vCard:City> | |
<vCard:Country>DE</vCard:Country> | |
<vCard:TEL rdf:parseType="Resource"> | |
<rdf:value>+43 234234</rdf:value> | |
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#work"/> | |
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#voice"/> | |
</vCard:TEL> | |
</vCard:ADR> | |
<gr:offers rdf:resource="#Offering_1"/> | |
</gr:BusinessEntity> | |
<gr:Offering rdf:ID="Offering_1"> | |
<gr:availableAtOrFrom rdf:resource="#LocationOfSalesOrServiceProvisioning_1"/> | |
<!-- step 2a --> | |
<gr:includesObject> | |
<gr:TypeAndQuantityNode rdf:ID="TypeAndQuantityNode_1"> | |
<rdfs:comment xml:lang="en"> | |
This instance reflects that Offering_1 includes 1 unit (Code 62) of the instances placeholder ProductOrServicesSomeInstancesPlaceholder_1. | |
</rdfs:comment> | |
<gr:amountOfThisGood rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</gr:amountOfThisGood> | |
<gr:hasUnitOfMeasurement rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C62</gr:hasUnitOfMeasurement> | |
<gr:typeOfGood> | |
<gr:ProductOrServicesSomeInstancesPlaceholder rdf:ID="ProductOrServicesSomeInstancesPlaceholder_1"> | |
<rdf:type rdf:resource="&eco;#C_AKK437002-tax"/> | |
</gr:ProductOrServicesSomeInstancesPlaceholder> | |
</gr:typeOfGood> | |
</gr:TypeAndQuantityNode> | |
</gr:includesObject> | |
<!-- step 2b --> | |
<!-- step 3 --> | |
<gr:validFrom rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-04-12T00:00:00+01:00</gr:validFrom> | |
<gr:validThrough rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-05-12T23:59:00+01:00</gr:validThrough> | |
<gr:eligibleRegions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GR</gr:eligibleRegions> | |
<gr:eligibleCustomerTypes rdf:resource="http://purl.org/goodrelations/v1#Enduser"/> | |
<!-- step 4 --> | |
<!-- step 5 --> | |
</gr:Offering> | |
<!-- step 1b --> | |
<gr:LocationOfSalesOrServiceProvisioning rdf:ID="LocationOfSalesOrServiceProvisioning_1"> | |
<rdfs:label xml:lang="en">testname</rdfs:label> | |
<vCard:ADR rdf:parseType="Resource"> | |
<vCard:Street>street</vCard:Street> | |
<vCard:Pcode>23049</vCard:Pcode> | |
<vCard:City>innaveuxk</vCard:City> | |
<vCard:Country>DE</vCard:Country> | |
<vCard:TEL rdf:parseType="Resource"> | |
<rdf:value>+43 234234</rdf:value> | |
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#work"/> | |
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#voice"/> | |
</vCard:TEL> | |
</vCard:ADR> | |
</gr:LocationOfSalesOrServiceProvisioning> | |
</rdf:RDF> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment