Owlready
Search
everywhere
only in this topic
Advanced Search
same names, different namespaces
Classic
List
Threaded
♦
♦
Locked
3 messages
Peter
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
same names, different namespaces
Dear List
How would I code the following?
<rdf:Description rdf:about="
http://purl.org/dc/terms/contributor">
<rdfs:subPropertyOf rdf:resource="
http://purl.org/dc/elements/1.1/contributor"/>
</rdf:Description>
Jiba
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: same names, different namespaces
Administrator
Hi,
You can use IRIS with full IRI, for example : IRIS["
http://purl.org/dc/terms/contributor
"]
You can also use namespace, for example default_world.get_namespace("
http://purl.org/dc/terms/
").contributor
Jiba
Peter
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: same names, different namespaces
Thanks very much for the guide
Free forum by Nabble
Edit this page