Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gatemezing
Created April 20, 2017 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatemezing/187324b36c8deb0237dc988c7565ef66 to your computer and use it in GitHub Desktop.
Save gatemezing/187324b36c8deb0237dc988c7565ef66 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY recipe "http://www.summba.com/ontologies/recipe.owl#" >
]>
<rdf:RDF xmlns="http://www.summba.com/ontologies/recipe.owl#"
xml:base="http://www.summba.com/ontologies/recipe.owl"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:recipe="http://www.summba.com/ontologies/recipe.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://www.summba.com/ontologies/recipe.owl"/>
<owl:Thing rdf:about="http://www.summba.com/ontologies/recipe.owl#蕨菜炒苦瓜">
<rdf:type rdf:resource="http://www.summba.com/ontologies/recipe.owl#materialsName"/>
<rdf:type rdf:resource="http://www.summba.com/ontologies/recipe.owl#taste"/>
<hasTaste rdf:resource="http://www.summba.com/ontologies/recipe.owl#苦"/>
<rdf:type rdf:resource="http://www.summba.com/ontologies/recipe.owl#cookingTime"/>
<hasCookingTime rdf:resource="http://www.summba.com/ontologies/recipe.owl#3分钟"/>
<rdf:type rdf:resource="http://www.summba.com/ontologies/recipe.owl#hardLevel"/>
<hasHardLevel rdf:resource="http://www.summba.com/ontologies/recipe.owl#容易"/>
<rdf:type rdf:resource="http://www.summba.com/ontologies/recipe.owl#stepsText"/>
<hasStepsText rdf:resource="http://www.summba.com/ontologies/recipe.owl#1 将洗净的蕨菜切段。;2 洗好的苦瓜切段。;3 锅中加清水烧开,加食粉,倒入苦瓜。;4 煮约1分钟至熟捞出。;5 用油起锅,倒入蒜末、蕨菜炒香。;6 倒入苦瓜、蚝油、盐、味精、白糖、鸡粉炒入味。;7 加水淀粉勾芡,淋入熟油拌匀。;8 盛出即可。;"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#蕨菜"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#苦瓜"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#蚝油"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#盐"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#味精"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#白糖"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#鸡粉"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#水淀粉"/>
<hasIngredient rdf:resource="http://www.summba.com/ontologies/recipe.owl#食粉"/>
</owl:Thing>
</rdf:RDF>
@lingvisa
Copy link

@gatemezing: what do you mean by "Many properties have multiple object node elements..."? What are the 3 errors and corrections you made here? It is not clear to me. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment