- From: Renato Iannella via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Aug 2017 03:01:47 +0000
- To: public-poe-archives@w3.org
I managed to do a dump of what EasyRDF stores. Here is an example: ``` http://www.w3.org/ns/odrl/2/partOf (Phpspecgen_Property) -> rdf:type -> rdf:Property, owl:ObjectProperty, skos:Concept -> rdfs:isDefinedBy -> odrl: -> rdfs:label -> "Part Of"@en -> skos:definition -> "Identifies an Asset/PartyCollection that the Asset/Party is a member of."@en -> rdfs:domain -> _:genid1 -> rdfs:range -> _:genid4 _:genid1 (Phpspecgen_Class) -> rdf:type -> owl:Class -> owl:unionOf -> _:genid2 _:genid2 (EasyRdf_Collection) -> rdf:first -> odrl:Asset -> rdf:rest -> _:genid3 _:genid3 (EasyRdf_Collection) -> rdf:first -> odrl:Party -> rdf:rest -> rdf:nil _:genid3 (EasyRdf_Collection) -> rdf:first -> odrl:Party -> rdf:rest -> rdf:nil _:genid4 (Phpspecgen_Class) -> rdf:type -> owl:Class -> owl:unionOf -> _:genid5 _:genid5 (EasyRdf_Collection) -> rdf:first -> odrl:AssetCollection -> rdf:rest -> _:genid6 _:genid6 (EasyRdf_Collection) -> rdf:first -> odrl:PartyCollection -> rdf:rest -> rdf:nil ``` -- GitHub Notification of comment by riannella Please view or discuss this issue at https://github.com/w3c/poe/issues/186#issuecomment-321722849 using your GitHub account
Received on Friday, 11 August 2017 03:01:47 UTC