Freebase
Start typing to get some suggestions
  • Explore
  • Use
  • Build
  • Developers

        Discussions on Copyright

        Copyright » Discuss

        Start a New Discussion

        Discussion will be posted in:

        • Copyright

        Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

        • General Support,
        • Developer Support
        1.  

          Fair use of academic journal indexes

          also posted to
          • Education,
          • Fair use
          1 post, latest post: avic, Sep 2, 2008
          Link to discussion
          1. avic
            Sep 2, 2008
            avic says:

            It would be great to have some serious bibliographic data on academic journal articles. Would it be within copyright law to download biblographic data from a proprietary index and then use a custom script to extract and repackege the data into a freebase friendly form and then to bulk upload the lot?

            It seems to me that as long as all the information in the index is available freely to be public, this should not be a violation of copyright. Obviously a distinction would have to be made between those indexes which simply provide publically available bibliographic data and those which actually generate content that could be considered proprietary (e.g., an index which  provides an abstracting service).

             Would any copyright experts care to weigh in on this?

          Discussion is posted in:

          • close Education
          • close Fair use
          • close Copyright

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        2.  

          Is this image copyright free?

          also posted to
          • Canon PowerShot A75,
          • robert
          7 posts, latest post: skud, Aug 29, 2008
          Link to discussion
          1. Aug 28, 2008
            benjaminhill says:
            Looks similar to the corporate stock photo, so I wanted to double-check the copyright status. Thanks!
            1. skud Metaweb Staff
              Aug 28, 2008
              skud says:
              I suspect it was uploaded under the terms of fair use, but for some reason the image page doesn't say so.  I'll check with the guy who uploaded it (I'm copying his user profile on this thread.)
            2. Aug 28, 2008
              benjaminhill says:
              Thank you for looking into it!  Fair use for me is a bit different than copyright free (or some CC flavor) because it would impact the commercial use possibilities.
            3. skud Metaweb Staff
              Aug 29, 2008
              skud says:
              Yup, that's certainly true.  If you're looking for stuff that's absolutely OK for commercial use, I suggest you use a MQL query to look into the license on an image, and limit it to those which have licenses that fit for your purposes (i.e. PD, CC-BY, or whatever).  I can help you with that if you're unfamiliar with how to do it.
            4. Aug 29, 2008
              benjaminhill says:
              Totally unfamiliar, but I do know other similar languages, so if you had an example that was close, I could disect and repurpose it.  Thank you!
            5. crism Metaweb Staff
              Aug 29, 2008
              crism says:

              There are examples and documentation in the help center. If you only need to look at a couple of images, you can do it manually; the licensed pictures have a little license icon at the bottom. Unfortunately, some of the older images (like this one) were loaded before we required a license assertion for each one.

              If you are loading many images at once, I would imagine that your application would require some other MQL usage anyway just to find them.

            6. skud Metaweb Staff
              Aug 29, 2008
              skud says:

              benjamin, here are two queries I threw together yesterday which might help you.

               The first one gets a bunch of topics and any images associated with them, then tells you the license those images are under:

               

              [
               {
                 "/common/topic/image" : [
                   {
                     "/common/licensed_object/license" : [],
                     "id" : null,
                     "name" : null
                   }
                 ],
                 "id" : null,
                 "limit" : 20,
                 "name" : null,
                 "type" : "/people/person"
               }
              ]

              This second one is roughly the same, but excludes licenses of a certain type -- in this case Fair Use:

              [
               {
                 "/common/topic/image" : [
                   {
                     "/common/licensed_object/license" : [
                       {
                         "id" : null,
                         "name" : null
                       }
                     ],
                     "id" : null,
                     "name" : null,
                     "nofu:/common/licensed_object/license" : [
                       {
                         "id" : "/en/fair_use",
                         "optional" : "forbidden"
                       }
                     ]
                   }
                 ],
                 "id" : null,
                 "limit" : 20,
                 "name" : null,
                 "type" : "/people/person"
               }
              ]

          Discussion is posted in:

          • close Canon PowerShot A75
          • close Copyright
          • close robert

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support

        Search Discussions

        Related Discussions

        • Education
        • Fair use
        • Canon PowerShot A75
        • robert
        ©2009  Metaweb
        • Page History
        • RDF
        • Feedback
        • Attribution Policy
        • Terms of Service
        • About Us
        • Jobs
        • Freebase Blog
        Freebase contains information on:
        • Arts & Entertainment
        • Products & Services
        • Science & Technology
        • Society
        • Special Interests
        • Sports
        • Time & Space
        Dev Tools
        Refresh cache | Query Editor | Normal view | Explore | Explore2 | Admin view | View transaction log | Suggest transaction log | Client transaction log | hide (F8) | debug-level
        TID(s):
        Controller: 0.258s
        Template: 0.059s
        Cost: br=8.0, cc=0.328, ch=0.0, cm=0.0, cm+h=0.0, cr=0.0, cs=6.0, cw=3.0, dr=4871.0, dt=0.515, dw=0.0, gqr=0.0, in=3205.0, ir=131.0, iw=0.0, mcs=0.0, mcu=0.072, mr=3.0, nivcsw=37.0, nreqs=8.0, nvcsw=22.0, pf=0.0, pr=0.0, stime=0.016, te=0.065, tf=0.173, tg=0.162, tm=0.245, tr=0.03, ts=0.0, tu=0.024, utime=0.312, va=14518.0