예제 #1
0
 def __init__(self, *args): 
   self.type = self.skos.ConceptScheme
   Node.__init__(self, args) 
예제 #2
0
 def __init__(self, *args): 
   self.type = self.schema.ContactPoint
   Node.__init__(self, args) 
예제 #3
0
 def __init__(self, *args): 
   self.type = self.dct.Frequency
   Node.__init__(self, args) 
예제 #4
0
 def __init__(self, *args):
   self.type = self.dcat.Distribution
   Node.__init__(self, args) 
예제 #5
0
 def __init__(self, *args):
     self.type = self.hydra.Operation
     Node.__init__(self, args)
예제 #6
0
 def __init__(self, *args): 
   self.type = self.hydra.Class
   Node.__init__(self, args) 
예제 #7
0
 def __init__(self, *args):
     self.type = self.schema.CreativeWork
     Node.__init__(self, args)
예제 #8
0
 def __init__(self, *args):
     self.type = self.epos.WebService
     Node.__init__(self, args)
예제 #9
0
 def __init__(self, *args):
     self.type = self.hydra.IriTemplate
     Node.__init__(self, args)
예제 #10
0
 def __init__(self, *args):
     self.type = self.dct.RightsStatement
     Node.__init__(self, args)
예제 #11
0
 def __init__(self, *args):
     self.type = self.dct.MediaTypeOrExtent
     Node.__init__(self, args)
예제 #12
0
 def __init__(self, *args):
     self.type = self.epos.Publication
     Node.__init__(self, args)
예제 #13
0
 def __init__(self, *args): 
   self.type = self.vcard.Kind
   Node.__init__(self, args) 
예제 #14
0
 def __init__(self, *args):
     self.type = self.foaf.Project
     Node.__init__(self, args)
예제 #15
0
 def __init__(self, *args): 
   self.type = self.dcat.Dataset
   Node.__init__(self, args)
예제 #16
0
 def __init__(self, *args):
     self.type = self.dct.Standard
     Node.__init__(self, args)
예제 #17
0
 def __init__(self, *args):
     self.type = self.dcat.CatalogRecord
     Node.__init__(self, args)
예제 #18
0
 def __init__(self, *args):
     self.type = self.schema.Organization
     Node.__init__(self, args)
예제 #19
0
 def __init__(self, *args): 
   self.type = self.schema.PropertyValue
   Node.__init__(self, args) 
예제 #20
0
 def __init__(self, *args):
     self.type = self.dct.LinguisticSystem
     Node.__init__(self, args)
예제 #21
0
 def __init__(self, *args):
     self.type = self.spdx.Checksum
     Node.__init__(self, args)
예제 #22
0
 def __init__(self, *args):
     self.type = self.dct.LicenseDocument
     Node.__init__(self, args)
예제 #23
0
 def __init__(self, *args):
     self.type = self.dct.ProvenanceStatement
     Node.__init__(self, args)
예제 #24
0
 def __init__(self, *args):
     self.type = self.foaf.Agent
     Node.__init__(self, args)
예제 #25
0
 def __init__(self, *args):
     self.type = self.schema.SoftwareApplication
     Node.__init__(self, args)
예제 #26
0
 def __init__(self, *args): 
   self.type = self.dct.Location
   Node.__init__(self, args) 
예제 #27
0
 def __init__(self, *args):
     self.type = self.dct.RDFSLiteral
     Node.__init__(self, args)
예제 #28
0
 def __init__(self, *args):
     self.type = self.epos.Equipment
     Node.__init__(self, args)
예제 #29
0
 def __init__(self, identifier, dictionary):
     Node.__init__(self, identifier, dictionary)
     self.type = self.schema.SoftwareSourceCode
예제 #30
0
 def __init__(self, *args):
     self.type = self.dct.PeriodOfTime
     Node.__init__(self, args)