Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put missed 'www.' words at front of OWL-S prefixes #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/yahoo-news-search/semantic/yns-grounding.owl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema">
<!ENTITY owl "http://www.w3.org/2002/07/owl">
<!ENTITY grounding "http://daml.org/services/owl-s/1.2/Grounding.owl">
<!ENTITY restful "http://fullsemanticweb.com/ontology/RESTfulGrounding/v1.0/RESTfulGrounding.owl">
<!ENTITY wadl "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS.wadl">
<!ENTITY ypc "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY DEFAULT "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Grounding.owl">
<!ENTITY grounding "http://www.daml.org/services/owl-s/1.2/Grounding.owl">
<!ENTITY restful "http://www.fullsemanticweb.com/ontology/RESTfulGrounding/v1.0/RESTfulGrounding.owl">
<!ENTITY wadl "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS.wadl">
<!ENTITY ypc "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY DEFAULT "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Grounding.owl">
]>

<rdf:RDF
Expand Down
6 changes: 3 additions & 3 deletions examples/yahoo-news-search/semantic/yns-process.owl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
<!ENTITY owl "http://www.w3.org/2002/07/owl">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema">
<!ENTITY process "http://daml.org/services/owl-s/1.2/Process.owl">
<!ENTITY DEFAULT "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY THIS "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY process "http://www.daml.org/services/owl-s/1.2/Process.owl">
<!ENTITY DEFAULT "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY THIS "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
]>

<rdf:RDF
Expand Down
8 changes: 4 additions & 4 deletions examples/yahoo-news-search/semantic/yns-profile.owl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
<!ENTITY owl "http://www.w3.org/2002/07/owl">
<!ENTITY profile "http://daml.org/services/owl-s/1.2/Profile.owl">
<!ENTITY actor "http://daml.org/services/owl-s/1.2/ActorDefault.owl">
<!ENTITY ypc "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY DEFAULT "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Profile.owl">
<!ENTITY profile "http://www.daml.org/services/owl-s/1.2/Profile.owl">
<!ENTITY actor "http://www.daml.org/services/owl-s/1.2/ActorDefault.owl">
<!ENTITY ypc "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY DEFAULT "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Profile.owl">
]>

<rdf:RDF
Expand Down
16 changes: 8 additions & 8 deletions examples/yahoo-news-search/semantic/yns-service.owl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
<!ENTITY owl "http://www.w3.org/2002/07/owl">
<!ENTITY service "http://daml.org/services/owl-s/1.2/Service.owl">
<!ENTITY profile "http://daml.org/services/owl-s/1.2/Profile.owl">
<!ENTITY process "http://daml.org/services/owl-s/1.2/Process.owl">
<!ENTITY restful "http://fullsemanticweb.com/ontology/RESTfulGrounding/v1.0/RESTfulGrounding.owl">
<!ENTITY ypf "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Profile.owl">
<!ENTITY ypc "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY ygr "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Grounding.owl">
<!ENTITY DEFAULT "http://fullsemanticweb.com/ontology/YNS/v1.0/YNS-Service.owl">
<!ENTITY service "http://www.daml.org/services/owl-s/1.2/Service.owl">
<!ENTITY profile "http://www.daml.org/services/owl-s/1.2/Profile.owl">
<!ENTITY process "http://www.daml.org/services/owl-s/1.2/Process.owl">
<!ENTITY restful "http://www.fullsemanticweb.com/ontology/RESTfulGrounding/v1.0/RESTfulGrounding.owl">
<!ENTITY ypf "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Profile.owl">
<!ENTITY ypc "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Process.owl">
<!ENTITY ygr "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Grounding.owl">
<!ENTITY DEFAULT "http://www.fullsemanticweb.com/ontology/YNS/v1.0/YNS-Service.owl">
]>

<rdf:RDF
Expand Down