@prefix cdl: <http://www.myURI.xyz/rdf/'> .
<CDL_ID_1> a cdl:BusinessPartner ;
cdl:BusinessPartnerName "my Business Partner 1" ;
cdl:LegalForm cdl:AG ;
cdl:Address "Street x, Locality y" .
<CDL_ID_2> a cdl:BusinessPartner ;
cdl:BusinessPartnerName "my Business Partner 2" ;
cdl:LegalForm cdl:AGz ;
cdl:Address "Street z, Locality m" .
cdl:GmbH a cdl:ValidLegalForm .
cdl:AG a cdl:ValidLegalForm .@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .cdl:LegalForm rdfs:range cdl:ValidLegalForm .--
You received this message because you are subscribed to the Google Groups "RDFUnit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rdfunit+u...@googlegroups.com.
To post to this group, send email to rdf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rdfunit/c23e22fc-e1b0-43cb-9c10-781855d9fd3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@prefix owl: <http://www.w3.org/2002/07/owl#> .@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<http://cdq.ch/metadata/Persekutuan_Komanditer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://cdq.ch/metadata/Category-3ALegal_form> .<http://cdq.ch/metadata/Aktiengesellschaft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://cdq.ch/metadata/Category-3ALegal_form> .<http://cdq.ch/metadata/GmbH> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://cdq.ch/metadata/Category-3ALegal_form> .
<http://cdq.ch/metadata/Persekutuan_Komanditer> <http://cdq.ch/metadata/Property-3AUsed_in> <http://cdq.ch/metadata/Indonesia> .<http://cdq.ch/metadata/Aktiengesellschaft> <http://cdq.ch/metadata/Property-3AUsed_in> <http://cdq.ch/metadata/Germany> .<http://cdq.ch/metadata/GmbH> <http://cdq.ch/metadata/Property-3AUsed_in> <http://cdq.ch/metadata/Germany> .
<CDL_12345_ID> rdf:type <http://cdq.ch/metadata/Business_Partner> ; <http://cdq.ch/metadata/Property-3ALegal_form> <http://cdq.ch/metadata/Aktiengesellschaft>.
<http://cdq.ch/metadata/German_Legal_Form> a owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction; owl:onProperty <http://cdq.ch/metadata/Property-3AUsed_in> ; owl:hasValue <http://cdq.ch/metadata/Germany> ] .
@prefix owl: <http://www.w3.org/2002/07/owl#> .@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix xml: <http://www.w3.org/XML/1998/namespace> .@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .@base <http://www.w3.org/2002/07/owl#> .
a owl:Class ; rdfs:subClassOf [ # ex:cardExact1 exactly 1 rdf:type owl:Restriction; owl:onProperty <http://cdq.ch/metadata/Property-3ALegal_form>; owl:cardinality "1"^^xsd:nonNegativeInteger ] .
<http://corporate-data-league.ch/metadata/German_Legal_Form> a owl:Class .<http://corporate-data-league.ch/metadata/Property-3ALegal_form> rdfs:range <http://corporate-data-league.ch/metadata/German_Legal_Form> .
# a owl:Class .# a owl:Class .
--
You received this message because you are subscribed to the Google Groups "RDFUnit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rdfunit+u...@googlegroups.com.
To post to this group, send email to rdf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rdfunit/7181e0b1-649c-48b6-aa29-4fc3ac7bae30%40googlegroups.com.