Skip to content
Snippets Groups Projects
Commit 56aa008f authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Add odrl and cc prefix in rdfterm_computer

parent 7f7f188b
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ rule_dir = 'amr_clara_rule/'
#==============================================================================
prefix_list = [('owl', '<http://www.w3.org/2002/07/owl#>'),
('odrl', '<http://www.w3.org/ns/odrl/2/>'),
('cc', '<https://creativecommons.org/ns#>'),
('rdf', '<http://www.w3.org/1999/02/22-rdf-syntax-ns#>'),
('rdfs', '<http://www.w3.org/2000/01/rdf-schema#>'),
('xsd', '<http://www.w3.org/2001/XMLSchema#>'),
......
......@@ -22,6 +22,8 @@ rule_dir = 'amr_master_rule/'
#==============================================================================
prefix_list = [('owl', '<http://www.w3.org/2002/07/owl#>'),
('odrl', '<http://www.w3.org/ns/odrl/2/>'),
('cc', '<https://creativecommons.org/ns#>'),
('rdf', '<http://www.w3.org/1999/02/22-rdf-syntax-ns#>'),
('rdfs', '<http://www.w3.org/2000/01/rdf-schema#>'),
('xsd', '<http://www.w3.org/2001/XMLSchema#>'),
......
This diff is collapsed.
......@@ -13,6 +13,8 @@ from rdflib import URIRef, Graph
from rdflib.term import _is_valid_uri
PREFIX_LIST = [('owl', 'http://www.w3.org/2002/07/owl#'),
('odrl', 'http://www.w3.org/ns/odrl/2/'),
('cc', 'https://creativecommons.org/ns#'),
('rdf', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'),
('rdfs', 'http://www.w3.org/2000/01/rdf-schema#'),
('xsd', 'http://www.w3.org/2001/XMLSchema#'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment